home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
ISSUE03
/
PERSEUS
/
PERSDEMO.ZIP
/
PERSDEMO.DPR
< prev
next >
Wrap
Text File
|
1995-05-10
|
179b
|
13 lines
program Persdemo;
uses
Forms,
Demomain in 'DEMOMAIN.PAS' {PDemoMain};
{$R *.RES}
begin
Application.CreateForm(TPDemoMain, PDemoMain);
Application.Run;
end.